home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_sq.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  184 lines

  1. /*
  2.  * @(#)LocaleElements_sq.java    1.8 98/01/14
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_sq extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "sq_AL" }, // locale id based on iso codes
  57.             { "LocaleID", "041c" }, // Windows id
  58.             { "ShortLanguage", "sqi" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "ALB" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "sq", "shqipe" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "AL", "Shqip\u00ebria" }
  68.                 }
  69.             },
  70.             { "MonthNames", 
  71.                 new String[] { 
  72.                     "janar", // january
  73.                     "shkurt", // february
  74.                     "mars", // march
  75.                     "prill", // april
  76.                     "maj", // may
  77.                     "qershor", // june
  78.                     "korrik", // july
  79.                     "gusht", // august
  80.                     "shtator", // september
  81.                     "tetor", // october
  82.                     "n\u00ebntor", // november
  83.                     "dhjetor", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations", 
  88.                 new String[] { 
  89.                     "Jan", // abb january
  90.                     "Shk", // abb february
  91.                     "Mar", // abb march
  92.                     "Pri", // abb april
  93.                     "Maj", // abb may
  94.                     "Qer", // abb june
  95.                     "Kor", // abb july
  96.                     "Gsh", // abb august
  97.                     "Sht", // abb september
  98.                     "Tet", // abb october
  99.                     "N\u00ebn", // abb november
  100.                     "Dhj", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames", 
  105.                 new String[] { 
  106.                     "e diel", // Sunday
  107.                     "e h\u00ebn\u00eb", // Monday
  108.                     "e mart\u00eb", // Tuesday
  109.                     "e m\u00ebrkur\u00eb", // Wednesday
  110.                     "e enjte", // Thursday
  111.                     "e premte", // Friday
  112.                     "e shtun\u00eb" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations", 
  116.                 new String[] { 
  117.                     "Die", // abb Sunday
  118.                     "H\u00ebn", // abb Monday
  119.                     "Mar", // abb Tuesday
  120.                     "M\u00ebr", // abb Wednesday
  121.                     "Enj", // abb Thursday
  122.                     "Pre", // abb Friday
  123.                     "Sht" // abb Saturday
  124.                 }
  125.             },
  126.             { "AmPmMarkers", 
  127.                 new String[] { 
  128.                     "PD", // am marker
  129.                     "MD" // pm marker
  130.                 }
  131.             },
  132.             { "Eras", 
  133.                 new String[] { // era strings
  134.                     "p.e.r.", 
  135.                     "n.e.r." 
  136.                 }
  137.             },
  138.             { "NumberPatterns", 
  139.                 new String[] { 
  140.                     "#,##0.###;-#,##0.###", // decimal pattern
  141.                     "Lek#,##0.###;-Lek#,##0.###", // currency pattern
  142.                     "#,##0%" // percent pattern
  143.                 }
  144.             },
  145.             { "NumberElements", 
  146.                 new String[] { 
  147.                     ",", // decimal separator
  148.                     ".", // group (thousands) separator
  149.                     ";", // list separator
  150.                     "%", // percent sign
  151.                     "0", // native 0 digit
  152.                     "#", // pattern digit
  153.                     "-", // minus sign
  154.                     "E", // exponential
  155.                     "\u2030", // per mille
  156.                     "\u221e", // infinity
  157.                     "\ufffd" // NaN
  158.                 }
  159.             },
  160.             { "CurrencyElements", 
  161.                 new String[] { 
  162.                     "Lek", // local currency symbol
  163.                     "ALL", // intl currency symbol
  164.                     "," // monetary decimal separator
  165.                 }
  166.             },
  167.             { "DateTimePatterns", 
  168.                 new String[] { 
  169.                     "h.mm.ss.a z", // full time pattern
  170.                     "h.mm.ss.a z", // long time pattern
  171.                     "h:mm:ss.a", // medium time pattern
  172.                     "h.mm.a", // short time pattern
  173.                     "yyyy-MM-dd", // full date pattern
  174.                     "yyyy-MM-dd", // long date pattern
  175.                     "yy-MM-dd", // medium date pattern
  176.                     "yy-MM-dd", // short date pattern
  177.                     "{1} {0}" // date-time pattern
  178.                 }
  179.             },
  180.             { "CollationElements", "@" } 
  181.         };
  182.     }
  183. }
  184.